home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / objects / r3rotconstructor.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.5 KB  |  59 lines

  1.  
  2. // JavaScript wrapper for r3rotconstructor.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_ROTCONSTRUCTOR_H = 1;
  7. include("real/objects/r3constructor.js")
  8.  
  9.  
  10. var R3CLID_ROTCONSTRUCTOR = 1797;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3ROTCONSTRUCTORA_Position = 1797500;
  19. function SetR3ROTCONSTRUCTORA_Position(value) {
  20.   R3Set(this.r3obj, R3ROTCONSTRUCTORA_Position, value, R3TID_VECTOR, R3TNF_ARRAY); 
  21. }
  22.  
  23. function GetR3ROTCONSTRUCTORA_Position() {
  24.   return R3Get(this.r3obj, R3ROTCONSTRUCTORA_Position, R3TID_VECTOR, R3TNF_ARRAY); 
  25. }
  26.  
  27. R3ROTCONSTRUCTORA_Direction = 1797501;
  28. function SetR3ROTCONSTRUCTORA_Direction(value) {
  29.   R3Set(this.r3obj, R3ROTCONSTRUCTORA_Direction, value, R3TID_VECTOR, R3TNF_ARRAY); 
  30. }
  31.  
  32. function GetR3ROTCONSTRUCTORA_Direction() {
  33.   return R3Get(this.r3obj, R3ROTCONSTRUCTORA_Direction, R3TID_VECTOR, R3TNF_ARRAY); 
  34. }
  35.  
  36. R3ROTCONSTRUCTORA_Angle = 1797502;
  37. function SetR3ROTCONSTRUCTORA_Angle(value) {
  38.   R3Set(this.r3obj, R3ROTCONSTRUCTORA_Angle, value, R3TID_FLOAT, 0); 
  39. }
  40.  
  41. function GetR3ROTCONSTRUCTORA_Angle() {
  42.   return R3Get(this.r3obj, R3ROTCONSTRUCTORA_Angle, R3TID_FLOAT, 0); 
  43. }
  44.  
  45.  
  46.  
  47. function r3Rotconstructor () { 
  48.    // Methods
  49.  
  50.    // Attributes
  51.    this.GetPosition=GetR3ROTCONSTRUCTORA_Position;
  52.    this.SetPosition=SetR3ROTCONSTRUCTORA_Position;
  53.    this.GetDirection=GetR3ROTCONSTRUCTORA_Direction;
  54.    this.SetDirection=SetR3ROTCONSTRUCTORA_Direction;
  55.    this.GetAngle=GetR3ROTCONSTRUCTORA_Angle;
  56.    this.SetAngle=SetR3ROTCONSTRUCTORA_Angle;
  57. }
  58.  
  59. // r3rotconstructor.h_H